Skip to main content

Home > blockly > inputs

inputs namespace

Classes

ClassDescription
DummyInputRepresents an input on a block with no connection.
EndRowInputRepresents an input on a block that is always the last input in the row. Any following input will be rendered on the next row even if the block has inline inputs. Any newline character in a JSON block definition's message will automatically be parsed as an end-row input.
InputClass for an input with optional fields.
StatementInputRepresents an input on a block with a statement connection.
ValueInputRepresents an input on a block with a value connection.

Enumerations

EnumerationDescription
AlignEnum for alignment of inputs.
inputTypesEnum for the type of a connection or input.