toggle menu
kvision-routing-ballast
7.4.2
js
switch theme
search in API
kvision-routing-ballast
/
io.kvision.routing
/
KVRoutingTable
KVRouting
Table
class
KVRoutingTable
Members
Constructors
KVRouting
Table
Link copied to clipboard
constructor
(
)
Functions
add
Route
Link copied to clipboard
fun
addRoute
(
route
:
KVRoute
)
clear
Routes
Link copied to clipboard
fun
clearRoutes
(
)
find
Match
Link copied to clipboard
open
fun
findMatch
(
unmatchedDestination
:
<Error class: unknown class>
)
:
<Error class: unknown class>
<
KVRoute
>
remove
Route
Link copied to clipboard
fun
removeRoute
(
route
:
KVRoute
)
remove
Route
By
Handler
Link copied to clipboard
fun
removeRouteByHandler
(
handler
:
(
Any
)
->
Unit
)