A type of the tuple containing a rendered content status as its first element.
Readonly Abstract documentThe document this context belongs to.
Readonly Abstract fragmentA rendered fragment this context is provided by, if any.
Readonly Abstract nsNamespace aliaser to use.
Readonly Abstract readAn AfterEvent keeper of content placement status.
Readonly schedulerRender scheduler to use.
Readonly Abstract windowThe window this context belongs to.
An OnEvent sender of placed content connection event.
The registered receiver is called when placed content is connected. If connected already the receiver is called immediately.
An OnEvent sender of single placed content connection event.
The registered receiver is called when placed content is connected. If connected already the receiver is called immediately.
In contrast to onceConnected, cuts off the event supply after sending the first event.
An OnEvent sender of a settlement event.
Such event can be sent by rendered fragment.
The same as whenConnected by default.
Cuts off the event supply after sending the first event.
An alias of readStatus.
An AfterEvent keeper of content placement status.
Tries to lift this rendering context to target one.
The target's context when the fragment is rendered, or this instance
otherwise.
Generated using TypeDoc
Rendering context provided by fragment to its content nodes.