調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >PREVIOUS_STATEMENT
PREVIOUS_STATEMENT 変数
署名:
PREVIOUS_STATEMENT = ConnectionType.PREVIOUS_STATEMENT
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 UTC。
[null,null,["最終更新日 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"]]