Skip to content

IdentifiedScreen

ohitsdaniel edited this page Mar 2, 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

let id: ScreenID

content

let content: AnyScreen

hasAppeared

var hasAppeared: Bool
Clone this wiki locally