ServerActionHandler
ServerActionHandler = (
context) =>Promise<ServerActionResult>
App handler that calls its own backend for a server-owned mutation.
Parameters
Section titled “Parameters”context
Section titled “context”Returns
Section titled “Returns”Promise<ServerActionResult>