Skip to content

IRenderer.destroy method

IRenderer › destroy

Unofficial

Destroys the renderer.

Signature:

destroy(removeView?: boolean | undefined): void

Parameters:

Parameter Type Description
removeView? boolean | undefined Whether to remove the view from the DOM.

Returns: void