toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-remix-run-router
/
remix.run.router
/
ActionFunctionArgs
Action
Function
Args
sealed
external
interface
ActionFunctionArgs
<
Context
>
:
DataFunctionArgs
<
Context
>
(
source
)
Arguments passed to action 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