Package-level declarations
Simple and easy to use JavaScript router wrapper.
Types
Link copied to clipboard
class BallastRouterFactory(val root: String? = null, val useHash: Boolean = true, val notFoundHandler: (String) -> Any? = null)
A router factory for Ballast routing module.
Link copied to clipboard
class KVRouterViewModel(routingTable: KVRoutingTable, initialRoute: KVRoute, basePath: String? = null, useHash: Boolean = true, coroutineScope: <Error class: unknown class>)
Link copied to clipboard
class KVRoutingTable