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