Skip to main content

Home > blockly > blockRendering > InputRow

blockRendering.InputRow class

An object containing information about a row that holds one or more inputs.

Signature:

export declare class InputRow extends Row 

Extends: Row

Constructors

ConstructorModifiersDescription
(constructor)(constants)Constructs a new instance of the InputRow class

Properties

PropertyModifiersTypeDescription
connectedBlockWidthsnumberThe total width of all blocks connected to this row.

Methods

MethodModifiersDescription
endsWithElemSpacer()
measure()Inspect all subcomponents and populate all size properties on the row.