Skip to content

ParentScreenID

ohitsdaniel edited this page Feb 5, 2021 · 3 revisions

ParentScreenID

EnvironmentKey identifying the ScreenID of the screen preceding the screen the view is embedded in

public enum ParentScreenID

Inheritance

EnvironmentKey

Properties

defaultValue

The ScreenID of the screen preceding the screen the view is embedded in

let defaultValue: ScreenID? = nil

ComposableNavigator makes sure that this value is always filled with the correct value, as long as you embed your content in a Root view.

Clone this wiki locally