Initializes a new instance of this object.
The node template that will be copied.
Destroys / Removes the element from the DOM.
Gets whether the setup has been initialized.
True if the setup method was invoked and is not destroyed. False if it was never invoked and this setup has not been destroyed.
Renders the element and returns the result once it is ready.
The result of the render. Returns a rejected result if the render never becomes ready.
Represents a setup that renders a react component.