singleTop

var singleTop: Boolean = false

Ensures that there will be only once instance of this destination in the backstack.

This works different compared to the traditional Fragment system where the backstack will be popped till the instance is found in the FragmentTransaction. Here it'll directly remove all of the instances from history.