blockly > Block > appendValueInput

Block.appendValueInput() method

Appends a value input row.

Signature:

appendValueInput(name: string): Input;

Parameters

Parameter Type Description
name string Language-neutral identifier which may used to find this input again. Should be unique to this block.

Returns:

Input

The input object created.