Function: renderRoute()
renderRoute(
target, ...__namedParameters):Promise<RenderedRoute>
Renders one route through the real Agent renderer and returns its final Agent Document. The route component executes inside a real request scope, its output is encoded as React Flight, and the runtime's own final-only dispatcher decodes it — the harness owns no second rendering path.
This is the route-unit proof level: no transport is opened, no browser surface is compiled, and no host artifact is built.
Parameters
target
__namedParameters
...HarnessOptionsArguments<RenderRouteOptions>
Returns
Promise<RenderedRoute>