Skip to main content

beginAppendRenderResults

Description​

Tells the UI layer to append the given render results to the UI. At this point the partial result is not actually rendered yet, only the layouting process completed.

beginAppendRenderResults(renderResults: RenderFinishedEventArgs | null): void
ParameterSummary
renderResultsAll

The rendered partial that should be added to the UI. null indicates the rendering finished.