blockly > PREVIOUS_STATEMENT
Variable PREVIOUS_STATEMENT
Unterschrift:
PREVIOUS_STATEMENT = ConnectionType.PREVIOUS_STATEMENT
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-12 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-09-12 (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"]]