Skip to content

ServerActionHandler

ServerActionHandler = (context) => Promise<ServerActionResult>

App handler that calls its own backend for a server-owned mutation.

ServerActionContext

Promise<ServerActionResult>