Skip to main content

Interface: IComponent

Defined in: packages/blockly/core/interfaces/i_component.ts:13

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

Extended by

Properties index

PropertyDescription
idThe unique ID for this component that is used to register with the ComponentManager.

Properties

id

id: string;

Defined in: packages/blockly/core/interfaces/i_component.ts:18

The unique ID for this component that is used to register with the ComponentManager.