toggle menu
kweb-core
1.4.12
jvm
switch theme
search in API
kweb-core
/
kweb.routing
Package-level
declarations
Types
Types
Not
Found
Receiver
Link copied to clipboard
typealias
NotFoundReceiver
=
ElementCreator
<
*
>
.
(
path
:
String
)
->
Unit
Path
Receiver
Link copied to clipboard
typealias
PathReceiver
=
ElementCreator
<
*
>
.
(
params
:
Map
<
String
,
KVar
<
String
>
>
)
->
Unit
Path
Template
Link copied to clipboard
typealias
PathTemplate
=
List
<
RoutingPathSegment
>
Route
Receiver
Link copied to clipboard
class
RouteReceiver