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

Method appendDummyInput

packages/blockly/core/block.ts:1705–1707  ·  view source on GitHub ↗

* Appends a dummy input 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

1703 * @returns The input object created.
1704 */
1705 appendDummyInput(name = ''): Input {
1706 return this.appendInput(new DummyInput(name, this));
1707 }
1708
1709 /**
1710 * Appends an input that ends the row.

Callers 13

inputFromJsonMethod · 0.95
updateCollapsedMethod · 0.80
text.tsFile · 0.80
lists.tsFile · 0.80
procedures.tsFile · 0.80
block_test.jsFile · 0.80
input_test.jsFile · 0.80
field_test.jsFile · 0.80
aria_test.jsFile · 0.80
unittest.jsFile · 0.80

Calls 1

appendInputMethod · 0.95

Tested by

no test coverage detected