Skip to content

PathBuilders_WildcardView

ohitsdaniel edited this page Apr 29, 2021 · 2 revisions

PathBuilders.WildcardView

Wildcard View replaces the current path element with the passed wildcard, when it appears.

struct WildcardView<Content: View, Wildcard: Screen>: View 

Inheritance

View

Properties

navigator

@Environment(\.navigator) var navigator

id

@Environment(\.currentScreenID) var id

wildcard

let wildcard: Wildcard

content

let content: Content

body

public var body: some View 
Clone this wiki locally