Skip to content

ParentScreenID

ohitsdaniel edited this page Feb 5, 2021 · 3 revisions

ParentScreenID

public enum ParentScreenID

Inheritance

EnvironmentKey

Properties

defaultValue

The screen ID 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