調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >blockRendering >MarkerSvg >showWithPrevious_
blockRendering.MarkerSvg.showWithPrevious_() メソッド
以前の接続のマーカーを配置して表示します。
署名:
protected showWithPrevious_(curNode: ASTNode): void;
パラメータ
パラメータ |
型 |
説明 |
curNode |
ASTNode |
マーカーを描画するノード。 |
戻り値:
void
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 2024-08-21 UTC。"],[[["The `blockRendering.MarkerSvg.showWithPrevious_()` method is used to visually represent a previous connection on a block within Blockly's rendering system."],["It positions and displays a marker, typically an arrow or notch, indicating where another block can connect to the current block's previous connection point."],["This method accepts a single argument, `curNode`, which represents the Abstract Syntax Tree (AST) node associated with the block being rendered, providing context for the marker's placement."],["The method operates within the `blockRendering.MarkerSvg` class and is designated as protected, suggesting it's primarily intended for internal use within the Blockly rendering system."]]],[]]