Stay organized with collections Save and categorize content based on your preferences.

blockly > blockRendering > Row

blockRendering.Row class

An object representing a single row on a rendered block and all of its subcomponents.

Signature:

export declare class Row 

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Row class.

Properties

Property Modifiers Type Description
constants_

protected

readonly

ConstantProvider
notchOffset number
statementEdge number Where the left edge of all of the statement inputs on the block should be. This makes sure that statement inputs which are proceded by fields of varius widths are all aligned.