Skip to main content

Home > blockly > Block > appendStatementInput

Block.appendStatementInput() method

Appends a statement input row.

Signature:

appendStatementInput(name: string): Input;

Parameters

ParameterTypeDescription
namestringLanguage-neutral identifier which may used to find this input again. Should be unique to this block.

Returns:

Input

The input object created.