Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-react-router
/
remix.run.router
/
LoaderFunctionArgs
Loader
Function
Args
sealed
external
interface
LoaderFunctionArgs
<
Context
>
:
DataFunctionArgs
<
Context
>
(
source
)
Arguments passed to loader functions
Members
Properties
context
Link copied to clipboard
abstract
var
context
:
Context
?
params
Link copied to clipboard
abstract
var
params
:
Params
request
Link copied to clipboard
abstract
var
request
:
Request