Kotlin Wrappers API Reference
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-tanstack-router-core
/
tanstack.router.core
/
RoutePath
Route
Path
inline
fun
RoutePath
(
value
:
String
)
:
RoutePath
(
source
)
inline
fun
RoutePath
(
segment1
:
String
,
paramName1
:
ParamName
)
:
RoutePath
(
source
)
inline
fun
RoutePath
(
segment1
:
String
,
paramName1
:
ParamName
,
segment2
:
String
)
:
RoutePath
(
source
)
inline
fun
RoutePath
(
segment1
:
String
,
paramName1
:
ParamName
,
segment2
:
String
,
paramName2
:
ParamName
)
:
RoutePath
(
source
)