RouterCommand

interface RouterCommand

This interface represents a command that can be given to a Router instance

Inheritors

Types

Link copied to clipboard
data class NavigateTo(val route: Route, val navOptions: NavOptions? = null) : RouterCommand

This class represents the requests to a Router instance to navigate to a specific route with some navOptions

Link copied to clipboard

This object represents the requests to a Router instance to pop the current screen