NavigoRouterFactory

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

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 override fun getRouter(): KVRouter
Link copied to clipboard
open override fun initRouter()
Link copied to clipboard
open override fun shutdownRouter()