blockly > Block > appendInput

Block.appendInput() method

Appends the given input row.

Allows for custom inputs to be appended to the block.

Signature:

appendInput(input: Input): Input;

Parameters

Parameter Type Description
input Input

Returns:

Input