Home > blockly > Block > appendEndRowInput
Block.appendEndRowInput() method
Appends an input that ends the row.
Signature:
appendEndRowInput(name?: string): Input;
Parameters
| Parameter | Type | Description |
|---|---|---|
| name | string | (Optional) Optional language-neutral identifier which may used to find this input again. Should be unique to this block. |
Returns:
The input object created.