blockly > PREVIOUS_STATEMENT
Variable PREVIOUS_STATEMENT
Signature :
PREVIOUS_STATEMENT = ConnectionType.PREVIOUS_STATEMENT
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/12 (UTC).
[null,null,["Dernière mise à jour le 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"]]