blockly > inputs > ValueInput > (constructor)

inputs.ValueInput.(constructor)

Constructs a new instance of the ValueInput class

Signature:

constructor(name: string, block: Block);

Parameters

Parameter Type Description
name string Language-neutral identifier which may used to find this input again.
block Block The block containing this input.