Skip to content

CurrentScreenID

ohitsdaniel edited this page Feb 5, 2021 · 3 revisions

CurrentScreenID

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

public enum CurrentScreenID

Inheritance

EnvironmentKey

Properties

defaultValue

The ScreenID of the screen the view is embedded in

let defaultValue: ScreenID

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