NavigoRouterFactory

class NavigoRouterFactory(val root: String? = null, val useHash: Boolean = true, val hash: String = "#")

A router factory for Navigo routing module.

Parameters

root

the root path of the application

useHash

whether to use hash based routing

hash

a string used as a hash marker

Constructors

Link copied to clipboard
constructor(root: String? = null, useHash: Boolean = true, hash: String = "#")

Properties

Link copied to clipboard
Link copied to clipboard
val root: String? = null
Link copied to clipboard
val useHash: Boolean = true

Functions

Link copied to clipboard
open fun getRouter(): <Error class: unknown class>
Link copied to clipboard
open fun initRouter()
Link copied to clipboard
open fun shutdownRouter()