MCPcopy
hub / github.com/RaspberryPiFoundation/blockly / appendEndRowInput

Method appendEndRowInput

packages/blockly/core/block.ts:1716–1718  ·  view source on GitHub ↗

* Appends an input that ends the row. * * @param name Optional language-neutral identifier which may used to find * this input again. Should be unique to this block. * @returns The input object created.

(name = '')

Source from the content-addressed store, hash-verified

1714 * @returns The input object created.
1715 */
1716 appendEndRowInput(name = ''): Input {
1717 return this.appendInput(new EndRowInput(name, this));
1718 }
1719
1720 /**
1721 * Appends the given input row.

Callers 3

inputFromJsonMethod · 0.95
input_test.jsFile · 0.80
aria_test.jsFile · 0.80

Calls 1

appendInputMethod · 0.95

Tested by

no test coverage detected