blockly > Connection > (constructor)
Connection.(constructor)
Constructs a new instance of the Connection
class
Signature:
constructor(source: Block, type: number);
Parameters
Parameter |
Type |
Description |
source |
Block |
The block establishing this connection. |
type |
number |
The type of the connection. |
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.
[null,null,["Last updated 2024-09-18 UTC."],[[["Initializes a new `Connection` object, linking it to a specific `Block` and assigning it a connection type."],["Requires a `Block` instance as its source and a numerical value representing the connection type during creation."],["`Connection` objects facilitate interactions between blocks in Blockly, defined by their source block and type."]]],[]]