A type of the tuple containing a rendered content status as its first element.
Readonly
configA configuration of rendering schedule the render shot is executed by.
Readonly
contentThe content of the rendered fragment.
Readonly
fragmentRendered fragment instance.
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.
A render shot to postpone.
Generated using TypeDoc
Fragment render shot execution context.