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
Abstract
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.
Abstract
liftTries to lift this rendering context to enclosing one.
Tries to find a new root node. If the new root differs from current one, then finds a context of that new root and connects the status of this context to the found one. After successful lifting the context becomes a proxy accessor of the context it is lifted to, so the latter can be used instead.
This has effect for unrooted contexts only.
Either a rendering context of the new root node, or this one.
Generated using TypeDoc
Updatable document rendering context.