Type alias ComponentPreRenderer<TExecution>

ComponentPreRenderer<TExecution>: RenderShot<TExecution>

Component pre-renderer signature.

Pre-renders component's content offline (e.g. using a DocumentFragment). The pre-rendered content can be applied to the document by delegate component renderer. The latter will be used to render the component after pre-rendering completion.

Pre-renderer execution is controlled by component render control.

Type Parameters

Generated using TypeDoc