Skip to content

PathUpdate

ohitsdaniel edited this page Apr 29, 2021 · 2 revisions

PathUpdate

public struct PathUpdate: Equatable 

Inheritance

Equatable

Properties

previous

public let previous: [IdentifiedScreen]

current

public let current: [IdentifiedScreen]

Methods

component(for:)

public func component(for id: ScreenID) -> PathComponentUpdate 

successor(of:)

public func successor(of id: ScreenID) -> PathComponentUpdate 
Clone this wiki locally