Navigator

class Navigator(root: Junction)

Constructors

Link copied to clipboard
constructor(root: Junction)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun pop()
Link copied to clipboard
fun <T : Props> push(destination: Destination<T>, props: T)
fun <T : Props> push(route: String, props: T)
Link copied to clipboard
fun <T : Props> replace(destination: Destination<T>, props: T)
fun <T : Props> replace(route: String, props: T)