Skip to content

_PathBuilder

ohitsdaniel edited this page Apr 29, 2021 · 5 revisions

_PathBuilder

Convenience type to define PathBuilders based on a build closure

public struct _PathBuilder<Content: View>: PathBuilder 

Inheritance

PathBuilder

Initializers

init(_:)

public init(_ buildPathElement: @escaping (AnyScreen) -> Content?) 

Methods

build(pathElement:)

public func build(pathElement: AnyScreen) -> Content? 
Clone this wiki locally