Interface: RenderedRouteEvents
Extends
Properties
document
readonlydocument:AgentDocument
The final Agent Document the real renderer produced.
Inherited from
events
readonlyevents: readonlyAgentRenderEvent[]
Every render event the runtime emitted, in the order it emitted them.
invocation
readonlyinvocation:AgentRenderInvocation
Inherited from
progress
readonlyprogress: readonlyAgentProgressUpdate[]
Request-scoped progress the route reported. These are not render events; the final-only dispatcher emits no event stream.
Inherited from
provenance
readonlyprovenance:RenderedRouteProvenance
Inherited from
result?
readonlyoptionalresult?:unknown
The document value parsed by the route's own resultSchema; absent when the module exports none.