Skip to main content

Home > blockly > blockRendering > SpacerRow > (constructor)

blockRendering.SpacerRow.(constructor)

Constructs a new instance of the SpacerRow class

Signature:

constructor(constants: ConstantProvider, height: number, width: number);

Parameters

ParameterTypeDescription
constantsConstantProviderThe rendering constants provider.
heightnumberThe height of the spacer.
widthnumberThe width of the spacer.