Skip to main content

Home > blockly > inputs > StatementInput > (constructor)

inputs.StatementInput.(constructor)

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