class Output
An object that encapsulates a rendered output element, created by the global rendering context.
static
class Output<TElement = unknown>
Instance Members
- source readonlyThe rendered view.
- element readonlyThe rendered element, as a platform-dependent object or handle.
- placePlacement options.
- detachDetaches the output element from its previous parent element, if needed.
Related
- class RenderContext abstractAn abstract class that supports global view rendering, part of the global application context.