Skip to content

PathComponentUpdate

ohitsdaniel edited this page Mar 4, 2021 · 3 revisions

PathComponentUpdate

public struct PathComponentUpdate: Hashable

Inheritance

Hashable

Initializers

init(previous:current:)

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

Properties

previous

let previous: IdentifiedScreen?

current

let current: IdentifiedScreen?
Clone this wiki locally