Skip to content

IRenderer.destroy method

IRenderer › destroy

Unofficial

Destroys the renderer.

Signature:

destroy(removeView?: boolean | undefined): void

Parameters:

ParameterTypeDescription
removeView?boolean | undefinedWhether to remove the view from the DOM.

Returns: void