A tuple type reflecting a content placement status.
Readonly
contextRendering context of this rendering target.
Readonly
hostA DOM node that serves as a host of placed content.
Places rendered content to this target.
It is up to the implementation to decide how the content is placed. E.g. some implementations append the content, while the others replace it.
It is expected that this operation is performed within a render scheduler the user chooses, probably the one of rendering context.
Rendered DOM node to place.
Rendered content placement status.
Generated using TypeDoc
Rendering target.
Represents a part of the DOM tree to place the rendered content to.