Component pre-renderer execution context.

This is passed to component pre-renderer when the latter executed.

Hierarchy

  • RenderExecution
    • ComponentPreRendererExecution

Properties

config: RenderScheduleConfig

A configuration of rendering schedule the render shot is executed by.

supply: Supply

Pre-renderer supply. Pre-rendering would stop once this supply is cut off.

This is the same supply as the one returned from preRenderBy.

Methods

  • Postpones render shot so that it is executed after all currently executed render shots.

    This may be useful e.g. when the render shot issues a synchronous page reflow. In this case postponing it until after all DOM modifications done would help reduce layout thrashing.

    Postponed render shots are executed in reverse order.

    Parameters

    Returns void

Generated using TypeDoc