Skip to content

PathUpdate

ohitsdaniel edited this page Mar 2, 2021 · 2 revisions

PathUpdate

public struct PathUpdate: Equatable

Inheritance

Equatable

Properties

previous

let previous: [IdentifiedScreen]

current

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