blockly > Connection > REASON_TARGET_NULL
Connection.REASON_TARGET_NULL property
Signature:
static REASON_TARGET_NULL: number;
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."],[[["`Connection.REASON_TARGET_NULL` is a static property representing a numerical code."],["This code signifies that a connection attempt failed due to the target connection being null."],["It's used within the Blockly library, specifically for connection-related operations."],["Primarily, this property aids in debugging and understanding connection failures during block interactions."]]],["The `Connection.REASON_TARGET_NULL` property, a static number, is defined within the Blockly framework's Connection class. This property is likely used as a specific identifier or code. It represents a particular reason related to a null target, indicating a state or condition within the connection logic of the Blockly system. The exact purpose would depend on how it's used within the connection logic of blocky.\n"]]