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