Blockly は 2025 年 11 月 10 日に Raspberry Pi Foundation に移行しました。ブログ投稿とよくある質問をご覧ください。
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ブロックする >IConnectionPreviewer >previewReplacement
IConnectionPreviewer.previewReplacement() メソッド
DraggedCon が staticCon に接続する接続プレビューを表示し、replaceBlock(現在は staticCon に接続されている)を置き換えます。
署名:
previewReplacement(draggedConn: RenderedConnection, staticConn: RenderedConnection, replacedBlock: BlockSvg): void;
パラメータ
| パラメータ |
型 |
説明 |
| draggedConn |
RenderedConnection |
|
| staticConn |
RenderedConnection |
|
| replacedBlock |
BlockSvg |
置き換えられる staticCon に現在接続されているブロック。 |
戻り値:
void
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["The `previewReplacement` method, part of the `IConnectionPreviewer` interface, shows a connection preview. This preview illustrates how a `draggedConn` would connect to a `staticConn`, effectively replacing a `replacedBlock` that is currently connected to the `staticConn`. The method takes three parameters: `draggedConn` (the connection being dragged), `staticConn` (the stationary connection), and `replacedBlock` (the block being replaced). The method returns void.\n"]]