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

blockly > blockRendering > SpacerRow

blockRendering.SpacerRow class

An object containing information about a spacer between two rows.

Signature:

export declare class SpacerRow extends Row 

Extends: 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 SpacerRow class.

Properties

Property Modifiers Type Description
elements InRowSpacer[]
followsStatement boolean
height number
precedesStatement boolean
width number
widthWithConnectedBlocks number

Methods

Method Modifiers Description
measure()