Skip to content

IdentifiedScreen

ohitsdaniel edited this page Apr 29, 2021 · 4 revisions

IdentifiedScreen

An identified representation of a Screen in a navigation path

public struct IdentifiedScreen: Hashable, Identifiable 

Inheritance

Hashable, Identifiable

Initializers

init(id:content:hasAppeared:)

public init(id: ScreenID, content: AnyScreen, hasAppeared: Bool) 

init(id:content:hasAppeared:)

public init<S: Screen>(id: ScreenID, content: S, hasAppeared: Bool) 

Properties

id

public let id: ScreenID

content

public let content: AnyScreen

hasAppeared

public var hasAppeared: Bool
Clone this wiki locally