blockly > blockRendering > MarkerSvg > showWithOutput_
blockRendering.MarkerSvg.showWithExit_() yöntemi
Çıkış bağlantısı işaretçisini yerleştirin ve görüntüleyin.
İmza:
protected showWithOutput_(curNode: ASTNode): void;
Parametreler
Parametre |
Tür |
Açıklama |
curNode |
ASTNode |
İşaretçinin çizileceği düğüm. |
Şunu döndürür:
geçersiz
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-09 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-09 UTC."],[[["`markerSvg_` is a protected property of the `MarkerSvg` class within Blockly's block rendering namespace."],["It stores the root SVG group element that contains the visual representation of the marker, and may be null."],["This property is primarily used internally by Blockly for rendering and managing connection markers on blocks."]]],["The `showWithOutput_` method, part of the `MarkerSvg` class within the `blockRendering` namespace, is responsible for positioning and displaying a marker on an output connection. It accepts an `ASTNode` (`curNode`) as a parameter, which represents the node for which the marker will be drawn. The method's execution does not return any value (void). The main action performed by the method is to draw the marker for a specified output connection node.\n"]]