class Output
An object that encapsulates a rendered output element, created by the global rendering context.
class Output<TElement = unknown>;
Instance members
source readonly
The rendered view.element readonly
The rendered element, as a platform-dependent object or handle.place
Placement options.detach
Detaches the output element from its previous parent element, if needed.
Related
class RenderContext abstract
An abstract class that supports global view rendering, part of the global application context.
