Skip to main content

blockly > ComponentManager > removeComponent

ComponentManager.removeComponent() method

Removes a component.

Signature:

removeComponent(id: string): void;

Parameters

Parameter

Type

Description

id

string

The ID of the component to remove.

Returns:

void