A type of the tuple containing a rendered content status as its first element.
Construct rendered fragment.
Rendering target to place the
Fragment rendering options.
The content of the fragment.
Inner rendering context of the fragment.
This context as available to the content nodes.
This context updated each time the fragment is rendered.
Rendering target.
When the fragment is rendered, the rendered content is placed to this target.
An OnEvent
sender of fragment rendering event.
Sends a fragment content placement to target when the fragment is actually rendered.
Cuts off the event supply after sending the first event.
Renders this fragment by placing its content to rendering target.
Once rendered the fragment content becomes empty and can be reused. Its rendering context is updated.
Settles previously rendered content.
A whenSettled event sender notifies its receivers once settled.
this
instance.
Generated using TypeDoc
A fragment of DOM tree, which content is to be placed to the document once rendered.
Provides separate rendering context for its nodes.