Skip to main content

Home > blockly > inputs > DummyInput > (constructor)

inputs.DummyInput.(constructor)

Constructs a new instance of the DummyInput class

Signature:

constructor(name: string, block: Block);

Parameters

ParameterTypeDescription
namestringLanguage-neutral identifier which may used to find this input again.
blockBlockThe block containing this input.