RenderResult

The result of a Component#render call. This will be the Component this component rendered to, potentially as well as other non-Component metadata that resulted from that call, such as transitions that should be applied.

Constructors

Link copied to clipboard
constructor(component: Component?)