PopUpTo

data class PopUpTo(val target: String, val inclusive: Boolean)

Where to pop a backstack up to before pushing a new destination — Navigate's popUpTo parameter.

Constructors

Link copied to clipboard
constructor(target: String, inclusive: Boolean)

Properties

Link copied to clipboard

when true, target itself is also popped; when false, popping stops right after (leaving target as the new top before the push).

Link copied to clipboard

screen id to pop up to.