blockly > IComponent

IComponent interface

The interface for a workspace component that can be registered with the ComponentManager.

Signature:

export interface IComponent 

Properties

Property Modifiers Type Description
id string The unique ID for this component that is used to register with the ComponentManager.