ActionFunction

sealed external interface ActionFunction<Context> : ActionLike(source)

Route action function signature

Functions

Link copied to clipboard
abstract operator fun invoke(args: ActionFunctionArgs<Context>, handlerCtx: Any? = definedExternally): DataFunctionReturnValue