kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-routing-ballast
/
io.kvision.routing
/
KVRoutingTable
KVRouting
Table
class
KVRoutingTable
:
RoutingTable
<
KVRoute
>
(
source
)
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
override
fun
findMatch
(
unmatchedDestination
:
UnmatchedDestination
)
:
Destination
<
KVRoute
>
remove
Route
Link copied to clipboard
fun
removeRoute
(
route
:
KVRoute
)
remove
Route
By
Handler
Link copied to clipboard
fun
removeRouteByHandler
(
handler
:
(
Any
)
->
Unit
)