Enables component pre-rendering by the given pre-renderer.
A pre-renderer call will be scheduled by global PreRenderScheduler
once component state updated.
The unrooted rendering contexts created during the pre-renderer execution are lifted when execution completes.
Pre-renderer supply. Pre-rendering would stop once this supply is cut off.
Component pre-renderer function.
Optional
def: RenderDefOptional component pre-rendering definition.
Enables component rendering by the given renderer
.
A renderer
call will be scheduled by DocumentRenderKit document render kit once component state updated.
The unrooted rendering contexts created during the renderer execution are lifted when execution completes.
Renderer supply. The rendering would stop once this supply is cut off.
Component renderer function.
Optional
def: RenderDefOptional component rendering definition.
Generated using TypeDoc
A render control of component.
Controls rendering by component renderers.
Available in component context.