調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >[ブロック] >previousConnection
Block.previousConnection プロパティ
署名:
previousConnection: Connection | null;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-10 UTC。
[null,null,["最終更新日 2024-09-10 UTC。"],[[["`previousConnection` property allows blocks to connect to the bottom of another block, facilitating vertical stacking in Blockly workspaces."],["This property is of type `Connection` or `null`, signifying the presence or absence of a connection point for preceding blocks."],["When `previousConnection` is not null, it acts as a connector point for another block's `nextConnection`, creating a parent-child relationship between them."]]],[]]