Skip to main content

Home > blockly > blockRendering > PreviousConnection > (constructor)

blockRendering.PreviousConnection.(constructor)

Constructs a new instance of the PreviousConnection class

Signature:

constructor(constants: ConstantProvider, connectionModel: RenderedConnection);

Parameters

ParameterTypeDescription
constantsConstantProviderThe rendering constants provider.
connectionModelRenderedConnectionThe connection object on the block that this represents.