Type Alias ActionFn

ActionFn: ((this: Route, context: RouteContext, commands: Commands) => MaybePromise<ActionResult | RouteContext>)

Route action callback function, see Route.action.

Use NonNullable<Route['action']>.