Skip to content

PathComponentUpdate

ohitsdaniel edited this page Apr 29, 2021 · 3 revisions

PathComponentUpdate

public struct PathComponentUpdate: Hashable 

Inheritance

Hashable

Initializers

init(previous:current:)

public init(previous: IdentifiedScreen?, current: IdentifiedScreen?) 

Properties

previous

public let previous: IdentifiedScreen?

current

public let current: IdentifiedScreen?
Clone this wiki locally