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

blockly > zelos > BottomRow

zelos.BottomRow class

An object containing information about what elements are in the bottom row of a block as well as spacing information for the top row. Elements in a bottom row can consist of corners, spacers and next connections.

Signature:

export declare class BottomRow extends BaseBottomRow 

Extends: BaseBottomRow

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 BottomRow class.

Methods

Method Modifiers Description
endsWithElemSpacer()
hasLeftSquareCorner(block) Render a round corner unless the block has an output connection.
hasRightSquareCorner(block) Render a round corner unless the block has an output connection.