blockly > inputs > inputTypes
inputs.inputTypes enum
Enum for the type of a connection or input.
Signature:
export declare enum inputTypes
Enumeration Members
| Member | Value | Description |
|---|---|---|
| CUSTOM | 6 |
|
| DUMMY | 5 |
|
| END_ROW | 7 |
|
| STATEMENT | 3 |
|
| VALUE | 1 |
blockly > inputs > inputTypes
Enum for the type of a connection or input.
Signature:
export declare enum inputTypes
| Member | Value | Description |
|---|---|---|
| CUSTOM | 6 |
|
| DUMMY | 5 |
|
| END_ROW | 7 |
|
| STATEMENT | 3 |
|
| VALUE | 1 |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.