Skip to main content

Home > blockly > inputs > ValueInput > (constructor)

inputs.ValueInput.(constructor)

Constructs a new instance of the ValueInput 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.