Skip to main content

Home > blockly > inputs > EndRowInput > (constructor)

inputs.EndRowInput.(constructor)

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