blockly > PREVIOUS_STATEMENT
PREVIOUS_STATEMENT variable
Signature:
PREVIOUS_STATEMENT = ConnectionType.PREVIOUS_STATEMENT
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."],[[["`PREVIOUS_STATEMENT` is a variable representing the connection type for blocks that connect to the previous statement in a sequence."],["This variable is used to define the top connection point of a block, allowing it to stack vertically with other blocks."],["The value of `PREVIOUS_STATEMENT` is `ConnectionType.PREVIOUS_STATEMENT`, signifying its role in block connections."]]],["The core content defines the `PREVIOUS_STATEMENT` variable within a coding context, likely related to block-based programming. It specifies that this variable is associated with `ConnectionType.PREVIOUS_STATEMENT`. This indicates that `PREVIOUS_STATEMENT` represents a specific type of connection related to the preceding statement in a sequence of code blocks or commands, acting as a link between them. The content provides a formal declaration through the \"Signature.\"\n"]]