Type alias PageRenderer<TExecution>

PageRenderer<TExecution>: ComponentRenderer<TExecution>

A signature of component fragment renderer.

Such renderer is called in pre-rendering phase once current page changes and page load event occurred. I.e. when the page load starts, fails, or succeeds. In the latter case, the content is filled with loaded page content prior to calling the renderer.

Type Parameters

Generated using TypeDoc