Home > blockly > blockRendering > InputConnection > (constructor)
blockRendering.InputConnection.(constructor)
Constructs a new instance of the InputConnection class
Signature:
constructor(constants: ConstantProvider, input: Input);
Parameters
| Parameter | Type | Description |
|---|---|---|
| constants | ConstantProvider | The rendering constants provider. |
| input | Input | The input to measure and store information for. |