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

Method appendValueInput

packages/blockly/core/block.ts:1682–1684  ·  view source on GitHub ↗

* Appends a value input row. * * @param name Language-neutral identifier which may used to find this input * again. Should be unique to this block. * @returns The input object created.

(name: string)

Source from the content-addressed store, hash-verified

1680 * @returns The input object created.
1681 */
1682 appendValueInput(name: string): Input {
1683 return this.appendInput(new ValueInput(name, this));
1684 }
1685
1686 /**
1687 * Appends a statement input row.

Callers 13

inputFromJsonMethod · 0.95
text.tsFile · 0.80
lists.tsFile · 0.80
math.tsFile · 0.80
procedures.tsFile · 0.80
logic.tsFile · 0.80
block_test.jsFile · 0.80
input_test.jsFile · 0.80
aria_test.jsFile · 0.80
defineMutatorBlocksFunction · 0.80
unittest.jsFile · 0.80

Calls 1

appendInputMethod · 0.95

Tested by

no test coverage detected