Kotlin Wrappers API Reference
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
kotlin-react-router
/
remix.run.router
/
LoaderFunction
Loader
Function
fun
<
Context
>
LoaderFunction
(
block
:
suspend
(
args
:
LoaderFunctionArgs
<
Context
>
,
handlerCtx
:
Any
?
)
->
DataFunctionValue
?
)
:
LoaderFunction
<
Context
>
(
source
)