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